home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ARexxTools / postjet.lha / postjet.doc < prev    next >
Encoding:
Text File  |  1996-02-20  |  2.4 KB  |  94 lines

  1. POSTJET is (c)1996 Fabrizio Lodi
  2. Varexx, VXC and arexxport.library are (c)1995 Andrew Cook
  3.  
  4. INTRODUCTION
  5.  
  6. POSTJET is a very simple ARexx script that allow anyone who have an HP printer
  7. to print PS files using less paper.
  8.  
  9.  
  10. FIRST NOTES
  11.  
  12. You have to forgive me for my very bad english :-)
  13.  
  14.  
  15. REQUIRMENTS
  16.  
  17. In order to use POSTJET you'll need some things:
  18.  
  19.     1) The command 'requestfile' in your path (standard in OS 2.0+)
  20.     2) The command 'search' in your search path (ehm...)
  21.     3) The command 'postlj' in your search path
  22.     4) The 'post.library' in your libs for postlj
  23.     5) The config file. See later.
  24.  
  25.  
  26. INSTALLATION
  27.  
  28. You can leave the file 'postjet.rexx' wherever you want, but a good place is
  29. a directory in your search path.
  30.  
  31. The file 'arexxport.library' have to live in your libs: directory.
  32.  
  33. Then you must copy 'varexx' and 'vxc' in a directory in your search path.
  34.  
  35. Finally, the file 'postjet.gui'. You can place it wherever you want because you
  36. can use the preference file to set this.
  37.  
  38.  
  39. PREFERENCES
  40.  
  41. POSTJET search for a file called 'postjet.prefs' in the ENV: directory. This
  42. have to be made of 5 lines.
  43.  
  44. The first line:
  45.     The directory where you have put the 'postjet.gui' file, WITHOUT a trailing
  46.     '/'. Valid examples: "tmp:" , "work:gui". Invalid ones: "tmp" , "work:gui/".
  47.  
  48. The second line:
  49.     The printer type. Two choices: 'deskjet' or 'laserjet'.
  50.  
  51. The third line:
  52.     The paper tipe. Three choices: 'letter', 'legal', 'a4'.
  53.  
  54. The fourth line:
  55.     PS init file. The path where is your init file, Example "post:init.ps".
  56.  
  57. The fifth line:
  58.     You have noticed that not all features of postlj are supported. As I've
  59.     said this is a very simple script. If you want more, in this line you can
  60.     add every postlj option that you want to use. This will be added to the
  61.     standard ones. Pay attention to two things: if you don't want to use this
  62.     feature you have to leave this line blank, but if you use it make sure
  63.     that the added options are legal for postlj.
  64.  
  65.  
  66. USAGE
  67.  
  68. Launch postlj.rexx ad use it!
  69.  
  70.  
  71. NOTES
  72.  
  73. This is a BETA VERSION! I use it and it seems to work, but no one (you, perhaps)
  74. have ever used it. So you are becoming a beta tester :-)
  75.  
  76. Jokes apart, if you use it and you like it make me know. So I'll add some features
  77. that now are not present because I don't want to work :-)
  78.  
  79. And if you have problems, say it to me!
  80.  
  81.  
  82. THNAKS
  83.  
  84. My only thanks are for teh postlj, post.library and Varexx auhtors. Thanx.
  85.  
  86.  
  87. MY ADDRESS
  88.  
  89. If you have problems, questions or suggestions:
  90.  
  91. fab@mclink.it
  92.  
  93. I live in Milan, Italy.
  94.